home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 376_04 / os2tool.003 / UNTIL.MAK < prev    next >
Encoding:
Text File  |  1992-08-14  |  461 b   |  20 lines

  1. # Makefile for UNTIL.EXE
  2. #
  3. # Compiler        : Microsoft C 6.0
  4. # Created         : 13.8.1992
  5. # Copyright (c)   : Martti Ylikoski, 1992
  6. #
  7. # Notes: The llibcep.lib is the default library in my system
  8. #   and is therefore renamed llibce.lib.
  9.  
  10. until.exe: until.obj  
  11.    link until.obj, , NUL.MAP,llibce mtoolsp, ,
  12.    bind until.exe
  13.    exehdr /PMTYPE:VIO until.exe
  14.    del until.obj
  15.  
  16. until.obj: at.c
  17.    CL -AL -c /Lp /D UNTIL /Fountil.obj at.c
  18.  
  19.